home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / applications / 2114 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  4.2 KB

  1. Path: news.u.washington.edu!vedovatt
  2. From: vedovatt@u.washington.edu (Philip Vedovatti)
  3. Newsgroups: comp.sys.amiga.applications
  4. Subject: Re: Default disk-icons ?
  5. Date: 21 Feb 1996 03:24:17 GMT
  6. Organization: University of Washington, Seattle
  7. Message-ID: <4ge391$ma4@nntp5.u.washington.edu>
  8. References: <4fuu58$ctm@nntp5.u.washington.edu> <MSGID_2=3A242=2F7.3_06887171@fidonet.org>
  9. NNTP-Posting-Host: becker1.u.washington.edu
  10. NNTP-Posting-User: vedovatt
  11.  
  12. In article <MSGID_2=3A242=2F7.3_06887171@fidonet.org>,
  13. Joachim Worringen <Joachim_Worringen@mowgli.fido.de> wrote:
  14. >In Article <4b223213@<4fuu58$ctm@nntp5.u.washington.edu>>, wrote Philip
  15. >Vedovatti <vedovatt@u.washington.edu>:
  16. >
  17. >>
  18. >> In article <282.6618T11T2631@vip.cybercity.dk>, Brian Ipsen
  19. >> <bipsen@vip.cybercity.dk> wrote:
  20. >> >Yo!
  21. >> >
  22. >> > When looking in a TomIcons package, I discovered some default-icons
  23. >> >for different types of disks... Can a program be found, which supports
  24. >> >these icons, and uses them fro busy disks, ms-dos floppies etc ???
  25. >> >
  26. >>
  27. >> Check Aminet:  pub/aminet/util/wb/NewIconsV2.lha
  28. >>
  29. >> Install the DefIcons portion of the package with the installer.  Then
  30. >> edit the icons in Envarc:sys to your liking.
  31. >
  32. >I really am a fan of NewIcons and happily have converted every MagicWB-
  33. >Icon into a real Icon. There`s only one thing that could/should be changed
  34. >in `DefIcons`: I`d like to specicfy a path where DefIcons should look for
  35. >the def_xxx.info files. I do not want to spend so much RAM in ENV: for all
  36. >those icon files !
  37.  
  38. You can put them on your hard drive by creating a directory like Env2.  
  39. Create a directory in Env2 called "sys", and copy all the default icons 
  40. into the "Env2/sys" directory.  In your user-startup, add a line like:
  41.  
  42. Assign Env: Work:Env2/sys add     <-- change the location to where you 
  43.                                       put Env2/sys on your hard drive.
  44.  
  45. That should save you some RAM.  Alternatively, you could run 
  46. "killoldicon" on those icons, which will get rid of the unneeded 
  47. non-NewIcon images in those icons.  You can also get rid of some of the 
  48. icons that you don't need defaults for.
  49.  
  50. >Another thing: what`s so new about the Version 2 of the NewIcons package ?
  51. >I could hardly find any difference !
  52.  
  53. Well, for one thing, it's faster.  And:
  54.  
  55. From the documentation:
  56.  
  57.  
  58. Version History:
  59.  
  60. V2.0
  61.  
  62. In the previous version of the docs I forgot to mention that the chunky to
  63. planar routine was based on a routine by Chris Green (who based his 
  64. routine on one by Richard Addison).
  65.  
  66. fixed bug in DefIcons, was causing "plase insert volume dir c" after doing
  67. execute command - dir c:
  68.  
  69. fixed bug in DefIcons, would hang if it couldn't find deficons.prefs
  70.  
  71. fixed bug in DefIcons, was causing a disk icon to appear for files called
  72. "disk". 
  73.  
  74. fixed bug in DefIcons, would show a drawer as disk icon for disks
  75. containing a directory called "disk" (which is a bad idea anyway). 
  76.  
  77. The GetDiskObjectNew() patch now returns NULL if the given name doesn't exist
  78. (like the standard function)
  79.  
  80. now does dithering (optional)
  81.  
  82. some file types added to deficons.prefs.
  83.  
  84. bug fix: createdefaulticon now preserves the tooltypes of tool icons and of
  85. project icons whose default icon have no default tool.
  86.  
  87. bug fix: newicons would check the argarray after FreeArgs(). Thanks to
  88. Nicola Soggia for discovering it and not reporting it. Thanks to Moreno
  89. Magnani who did report it. 
  90.  
  91. bugfix, arj files were not recognized
  92.  
  93. bug fix: DefIcons now uses Stricmp() to avoid problems with international
  94. sorting
  95.  
  96. DEFAULTIMAGE special ToolType added
  97.  
  98. Fixed installer: no longer copies over the original def_#? icons in
  99. Envarc:sys. It now just copies them to a safe place. 
  100.  
  101. Localized installer and documentation files added
  102.  
  103. Replaced "ReplaceImage" utility with "KillOldIcon", since ReplaceImage
  104. required NewIcons not to be running to use.
  105.  
  106. Changed a few of the icons from the original distribution archive
  107.  
  108.  
  109.  
  110.  
  111. Phil
  112.  
  113. --
  114.   ___   Only     _                      ____
  115.  / _ \ _ __ ___ (*) __ _  __ _         / / /      Philip A. Vedovatti
  116. | |_| | '_ ` _ \| |/ _` |/ _` | ____  / / /   vedovatt@u.washington.edu
  117. |  _  | | | | | | | (_| | (_| | \ \ \/ / /    U.W. Department of Medicine
  118. |_| |_|_| |_| |_|_|\__, |\__,_|  \_\/_/_/     Seattle, Washington, U.S.A.
  119. Makes it possible! |___/      Amiga 4000/040        IRC: Aesculape
  120.  
  121.  
  122.  
  123.